﻿2026-06-21T11:54:02.5472294Z Current runner version: '2.335.1'
2026-06-21T11:54:02.5476817Z Runner name: 'kitsubito'
2026-06-21T11:54:02.5477334Z Runner group name: 'Default'
2026-06-21T11:54:02.5477997Z Machine name: 'KITSUBITO'
2026-06-21T11:54:02.5480083Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T11:54:02.5481852Z Contents: read
2026-06-21T11:54:02.5482275Z Metadata: read
2026-06-21T11:54:02.5482660Z Packages: read
2026-06-21T11:54:02.5483022Z ##[endgroup]
2026-06-21T11:54:02.5484590Z Secret source: Actions
2026-06-21T11:54:02.5485113Z Prepare workflow directory
2026-06-21T11:54:02.5841908Z Prepare all required actions
2026-06-21T11:54:02.5870817Z Getting action download info
2026-06-21T11:54:02.8867747Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T11:54:03.4342003Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T11:54:03.5179124Z ##[group]Run actions/checkout@v5
2026-06-21T11:54:03.5179885Z with:
2026-06-21T11:54:03.5180253Z   fetch-depth: 0
2026-06-21T11:54:03.5180683Z   repository: SaberMage/spt-core
2026-06-21T11:54:03.5183870Z   token: ***
2026-06-21T11:54:03.5184237Z   ssh-strict: true
2026-06-21T11:54:03.5184591Z   ssh-user: git
2026-06-21T11:54:03.5184966Z   persist-credentials: true
2026-06-21T11:54:03.5185362Z   clean: true
2026-06-21T11:54:03.5185735Z   sparse-checkout-cone-mode: true
2026-06-21T11:54:03.5186197Z   fetch-tags: false
2026-06-21T11:54:03.5186569Z   show-progress: true
2026-06-21T11:54:03.5186963Z   lfs: false
2026-06-21T11:54:03.5187319Z   submodules: false
2026-06-21T11:54:03.5187687Z   set-safe-directory: true
2026-06-21T11:54:03.5188269Z ##[endgroup]
2026-06-21T11:54:03.6032472Z Syncing repository: SaberMage/spt-core
2026-06-21T11:54:03.6033921Z ##[group]Getting Git version info
2026-06-21T11:54:03.6035832Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T11:54:03.6036766Z [command]/usr/bin/git version
2026-06-21T11:54:03.6037192Z git version 2.43.0
2026-06-21T11:54:03.6045481Z ##[endgroup]
2026-06-21T11:54:03.6056327Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0263e73c-d9ca-45fb-bc8a-3bcd85effef1' before making global git config changes
2026-06-21T11:54:03.6057601Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T11:54:03.6059619Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T11:54:03.6094602Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T11:54:03.6115994Z https://github.com/SaberMage/spt-core
2026-06-21T11:54:03.6126420Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T11:54:03.6129787Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T11:54:03.6148332Z HEAD
2026-06-21T11:54:03.6183302Z ##[endgroup]
2026-06-21T11:54:03.6184284Z [command]/usr/bin/git submodule status
2026-06-21T11:54:03.6364387Z ##[group]Cleaning the repository
2026-06-21T11:54:03.6367197Z [command]/usr/bin/git clean -ffdx
2026-06-21T11:54:03.6395635Z Removing traceable-reqs
2026-06-21T11:54:03.6401713Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T11:54:03.6486033Z HEAD is now at 6023524da Merge 7074ba0f4ea9a533adbd31a2d52cda3874fd4864 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T11:54:03.6491441Z ##[endgroup]
2026-06-21T11:54:03.6493366Z ##[group]Disabling automatic garbage collection
2026-06-21T11:54:03.6496276Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T11:54:03.6522114Z ##[endgroup]
2026-06-21T11:54:03.6522818Z ##[group]Setting up auth
2026-06-21T11:54:03.6527185Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T11:54:03.6551314Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T11:54:03.6734976Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T11:54:03.6758301Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T11:54:03.6939972Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T11:54:03.6965179Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T11:54:03.7155848Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T11:54:03.7185480Z ##[endgroup]
2026-06-21T11:54:03.7186251Z ##[group]Fetching the repository
2026-06-21T11:54:03.7193556Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +6023524dacbd1e0b162f627fb617c45ea97c14d0:refs/remotes/pull/27/merge
2026-06-21T11:54:04.3544609Z From https://github.com/SaberMage/spt-core
2026-06-21T11:54:04.3546097Z    677c3e7cd..967ba7e75  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-21T11:54:04.3547585Z    c240643f9..7074ba0f4  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-21T11:54:04.3579071Z ##[endgroup]
2026-06-21T11:54:04.3580287Z ##[group]Determining the checkout info
2026-06-21T11:54:04.3581508Z ##[endgroup]
2026-06-21T11:54:04.3584234Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T11:54:04.3622280Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T11:54:04.3645299Z ##[group]Checking out the ref
2026-06-21T11:54:04.3646887Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T11:54:04.3689328Z HEAD is now at 6023524da Merge 7074ba0f4ea9a533adbd31a2d52cda3874fd4864 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T11:54:04.3693163Z ##[endgroup]
2026-06-21T11:54:04.3726397Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T11:54:04.3750842Z 6023524dacbd1e0b162f627fb617c45ea97c14d0
2026-06-21T11:54:04.3947081Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T11:54:04.3948822Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T11:54:04.3965530Z shell: /usr/bin/bash -e {0}
2026-06-21T11:54:04.3966475Z ##[endgroup]
2026-06-21T11:54:04.4109804Z ##[group]Run set -euo pipefail
2026-06-21T11:54:04.4110779Z [36;1mset -euo pipefail[0m
2026-06-21T11:54:04.4111605Z [36;1mPIN=0c95435[0m
2026-06-21T11:54:04.4112395Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T11:54:04.4113381Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T11:54:04.4114716Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T11:54:04.4116431Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T11:54:04.4118155Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T11:54:04.4119608Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T11:54:04.4120509Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T11:54:04.4121569Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T11:54:04.4122889Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T11:54:04.4124284Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T11:54:04.4125224Z [36;1mfi[0m
2026-06-21T11:54:04.4126322Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T11:54:04.4142018Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T11:54:04.4143131Z env:
2026-06-21T11:54:04.4143837Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T11:54:04.4144747Z ##[endgroup]
2026-06-21T11:54:04.6868571Z    Compiling proc-macro2 v1.0.106
2026-06-21T11:54:04.6870049Z    Compiling quote v1.0.45
2026-06-21T11:54:04.6870887Z    Compiling unicode-ident v1.0.24
2026-06-21T11:54:04.6872096Z    Compiling libc v0.2.186
2026-06-21T11:54:04.6872907Z    Compiling serde_core v1.0.228
2026-06-21T11:54:04.6873722Z    Compiling cfg-if v1.0.4
2026-06-21T11:54:04.6892717Z    Compiling serde v1.0.228
2026-06-21T11:54:04.6923268Z    Compiling log v0.4.32
2026-06-21T11:54:04.6969125Z    Compiling pin-project-lite v0.2.17
2026-06-21T11:54:04.6996646Z    Compiling portable-atomic v1.13.1
2026-06-21T11:54:04.7050075Z    Compiling typenum v1.20.1
2026-06-21T11:54:04.7138861Z    Compiling version_check v0.9.5
2026-06-21T11:54:04.7182413Z    Compiling memchr v2.8.1
2026-06-21T11:54:04.7184106Z    Compiling shlex v2.0.1
2026-06-21T11:54:04.7185156Z    Compiling critical-section v1.2.0
2026-06-21T11:54:04.7432259Z    Compiling find-msvc-tools v0.1.9
2026-06-21T11:54:04.7870514Z    Compiling bytes v1.11.1
2026-06-21T11:54:04.7941749Z    Compiling futures-core v0.3.32
2026-06-21T11:54:04.8281004Z    Compiling subtle v2.6.1
2026-06-21T11:54:04.9621627Z    Compiling smallvec v1.15.1
2026-06-21T11:54:04.9661244Z    Compiling equivalent v1.0.2
2026-06-21T11:54:04.9868621Z    Compiling itoa v1.0.18
2026-06-21T11:54:05.0242600Z    Compiling semver v1.0.28
2026-06-21T11:54:05.0311793Z    Compiling stable_deref_trait v1.2.1
2026-06-21T11:54:05.0377023Z    Compiling futures-sink v0.3.32
2026-06-21T11:54:05.0664726Z    Compiling futures-io v0.3.32
2026-06-21T11:54:05.0948529Z    Compiling slab v0.4.12
2026-06-21T11:54:05.1203717Z    Compiling generic-array v0.14.7
2026-06-21T11:54:05.1441526Z    Compiling futures-channel v0.3.32
2026-06-21T11:54:05.1572024Z    Compiling futures-task v0.3.32
2026-06-21T11:54:05.1758464Z    Compiling rustversion v1.0.22
2026-06-21T11:54:05.2251726Z    Compiling hashbrown v0.17.1
2026-06-21T11:54:05.2741144Z    Compiling bitflags v2.12.1
2026-06-21T11:54:05.3090700Z    Compiling cpufeatures v0.2.17
2026-06-21T11:54:05.3441202Z    Compiling fnv v1.0.7
2026-06-21T11:54:05.3631146Z    Compiling rustc_version v0.4.1
2026-06-21T11:54:05.3721791Z    Compiling cfg_aliases v0.2.1
2026-06-21T11:54:05.3772672Z    Compiling strsim v0.11.1
2026-06-21T11:54:05.3931958Z    Compiling rand_core v0.10.1
2026-06-21T11:54:05.4091911Z    Compiling litemap v0.8.2
2026-06-21T11:54:05.4670872Z    Compiling writeable v0.6.3
2026-06-21T11:54:05.4830993Z    Compiling ident_case v1.0.1
2026-06-21T11:54:05.5391120Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T11:54:05.5511548Z    Compiling getrandom v0.4.2
2026-06-21T11:54:05.6259852Z    Compiling dunce v1.0.5
2026-06-21T11:54:05.6683006Z    Compiling icu_properties_data v2.2.0
2026-06-21T11:54:05.6961676Z    Compiling fs_extra v1.3.0
2026-06-21T11:54:05.7299974Z    Compiling utf8_iter v1.0.4
2026-06-21T11:54:05.7706408Z    Compiling autocfg v1.5.1
2026-06-21T11:54:05.8350950Z    Compiling percent-encoding v2.3.2
2026-06-21T11:54:05.8894323Z    Compiling http v1.4.1
2026-06-21T11:54:05.9040993Z    Compiling thiserror v2.0.18
2026-06-21T11:54:05.9465559Z    Compiling cpufeatures v0.3.0
2026-06-21T11:54:05.9530700Z    Compiling unicode-segmentation v1.13.3
2026-06-21T11:54:06.0001392Z    Compiling aws-lc-rs v1.17.0
2026-06-21T11:54:06.0531322Z    Compiling scopeguard v1.2.0
2026-06-21T11:54:06.0621151Z    Compiling chacha20 v0.10.0
2026-06-21T11:54:06.1250757Z    Compiling indexmap v2.14.0
2026-06-21T11:54:06.1672256Z    Compiling lock_api v0.4.14
2026-06-21T11:54:06.2092423Z    Compiling form_urlencoded v1.2.2
2026-06-21T11:54:06.2231376Z    Compiling untrusted v0.9.0
2026-06-21T11:54:06.2270985Z    Compiling syn v2.0.117
2026-06-21T11:54:06.2511113Z    Compiling heck v0.5.0
2026-06-21T11:54:06.2721488Z    Compiling rustls v0.23.40
2026-06-21T11:54:06.3040825Z    Compiling atomic-waker v1.1.2
2026-06-21T11:54:06.3201474Z    Compiling unicode-xid v0.2.6
2026-06-21T11:54:06.3841327Z    Compiling const-oid v0.10.2
2026-06-21T11:54:06.4301335Z    Compiling anyhow v1.0.102
2026-06-21T11:54:06.4371304Z    Compiling zerocopy v0.8.50
2026-06-21T11:54:06.4410763Z    Compiling httparse v1.10.1
2026-06-21T11:54:06.4481753Z    Compiling paste v1.0.15
2026-06-21T11:54:06.4488251Z    Compiling parking_lot_core v0.9.12
2026-06-21T11:54:06.4711184Z    Compiling convert_case v0.10.0
2026-06-21T11:54:06.5082560Z    Compiling num-traits v0.2.19
2026-06-21T11:54:06.5920921Z    Compiling jobserver v0.1.34
2026-06-21T11:54:06.5922830Z    Compiling hybrid-array v0.4.12
2026-06-21T11:54:06.6302441Z    Compiling curve25519-dalek v4.1.3
2026-06-21T11:54:06.6941453Z    Compiling ahash v0.8.12
2026-06-21T11:54:06.7131020Z    Compiling fastrand v2.4.1
2026-06-21T11:54:06.7680920Z    Compiling either v1.16.0
2026-06-21T11:54:06.7780772Z    Compiling powerfmt v0.2.0
2026-06-21T11:54:06.8781226Z    Compiling crypto-common v0.1.7
2026-06-21T11:54:06.8861157Z    Compiling block-buffer v0.10.4
2026-06-21T11:54:06.9061148Z    Compiling base64ct v1.8.3
2026-06-21T11:54:06.9550783Z    Compiling cc v1.2.63
2026-06-21T11:54:06.9970092Z    Compiling digest v0.10.7
2026-06-21T11:54:07.0176700Z    Compiling deranged v0.5.8
2026-06-21T11:54:07.0701065Z    Compiling http-body v1.0.1
2026-06-21T11:54:07.1401159Z    Compiling data-encoding v2.11.0
2026-06-21T11:54:07.2220123Z    Compiling mio v1.2.1
2026-06-21T11:54:07.2558051Z    Compiling socket2 v0.6.4
2026-06-21T11:54:07.2661237Z    Compiling getrandom v0.2.17
2026-06-21T11:54:07.2941291Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T11:54:07.4031305Z    Compiling vcpkg v0.2.15
2026-06-21T11:54:07.4293958Z    Compiling base64 v0.22.1
2026-06-21T11:54:07.5522209Z    Compiling rand v0.10.1
2026-06-21T11:54:07.5843701Z    Compiling rand_core v0.6.4
2026-06-21T11:54:07.6353673Z    Compiling try-lock v0.2.5
2026-06-21T11:54:07.6631360Z    Compiling tower-service v0.3.3
2026-06-21T11:54:07.7150771Z    Compiling tinyvec_macros v0.1.1
2026-06-21T11:54:07.7340868Z    Compiling pkg-config v0.3.33
2026-06-21T11:54:07.7410989Z    Compiling zmij v1.0.21
2026-06-21T11:54:07.7601062Z    Compiling num-conv v0.2.2
2026-06-21T11:54:07.7730650Z    Compiling time-core v0.1.8
2026-06-21T11:54:07.7830454Z    Compiling tinyvec v1.11.0
2026-06-21T11:54:07.9150688Z    Compiling want v0.3.1
2026-06-21T11:54:07.9255200Z    Compiling parking_lot v0.12.5
2026-06-21T11:54:07.9614531Z    Compiling crypto-common v0.2.2
2026-06-21T11:54:08.0320398Z    Compiling block-buffer v0.12.0
2026-06-21T11:54:08.1498615Z    Compiling sha2 v0.10.9
2026-06-21T11:54:08.2100707Z    Compiling inout v0.1.4
2026-06-21T11:54:08.2240556Z    Compiling vergen-lib v9.1.0
2026-06-21T11:54:08.3354847Z    Compiling cmake v0.1.58
2026-06-21T11:54:08.3371247Z    Compiling n0-future v0.3.2
2026-06-21T11:54:08.3860562Z    Compiling crossbeam-utils v0.8.21
2026-06-21T11:54:08.3930671Z    Compiling httpdate v1.0.3
2026-06-21T11:54:08.4240915Z    Compiling spin v0.10.0
2026-06-21T11:54:08.4853588Z    Compiling signature v2.2.0
2026-06-21T11:54:08.5086649Z    Compiling parking v2.2.1
2026-06-21T11:54:08.5278071Z    Compiling serde_json v1.0.150
2026-06-21T11:54:08.5423624Z    Compiling winnow v1.0.3
2026-06-21T11:54:08.5520500Z    Compiling cordyceps v0.3.4
2026-06-21T11:54:08.5740705Z    Compiling diatomic-waker v0.2.3
2026-06-21T11:54:08.6142956Z    Compiling ed25519 v2.2.3
2026-06-21T11:54:08.6570532Z    Compiling futures-lite v2.6.1
2026-06-21T11:54:08.7050674Z    Compiling cipher v0.4.4
2026-06-21T11:54:08.7416209Z    Compiling netlink-packet-core v0.8.1
2026-06-21T11:54:08.7570729Z    Compiling universal-hash v0.5.1
2026-06-21T11:54:08.7640448Z    Compiling vergen v9.1.0
2026-06-21T11:54:08.7827887Z    Compiling vergen-lib v0.1.6
2026-06-21T11:54:08.8421038Z    Compiling digest v0.11.3
2026-06-21T11:54:08.8690740Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T11:54:08.9060505Z    Compiling heapless v0.7.17
2026-06-21T11:54:08.9230851Z    Compiling noq-udp v0.10.0
2026-06-21T11:54:08.9500801Z    Compiling futures-buffered v0.2.13
2026-06-21T11:54:08.9546824Z    Compiling sync_wrapper v1.0.2
2026-06-21T11:54:08.9551257Z    Compiling allocator-api2 v0.2.21
2026-06-21T11:54:08.9720420Z    Compiling byteorder v1.5.0
2026-06-21T11:54:09.0543641Z    Compiling opaque-debug v0.3.1
2026-06-21T11:54:09.0803492Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T11:54:09.1440367Z    Compiling hash32 v0.2.1
2026-06-21T11:54:09.1539919Z    Compiling aws-lc-sys v0.41.0
2026-06-21T11:54:09.1700988Z    Compiling ring v0.17.14
2026-06-21T11:54:09.1720615Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T11:54:09.1850895Z    Compiling polyval v0.6.2
2026-06-21T11:54:09.3010852Z    Compiling spin v0.9.8
2026-06-21T11:54:09.3414284Z    Compiling vergen-gitcl v1.0.8
2026-06-21T11:54:09.3532927Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T11:54:09.3710916Z    Compiling tower-layer v0.3.3
2026-06-21T11:54:09.4420886Z    Compiling signature v3.0.0
2026-06-21T11:54:09.4591406Z    Compiling ryu v1.0.23
2026-06-21T11:54:09.4988305Z    Compiling num_threads v0.1.7
2026-06-21T11:54:09.5129858Z    Compiling fallible-iterator v0.3.0
2026-06-21T11:54:09.5590815Z    Compiling ghash v0.5.1
2026-06-21T11:54:09.6010520Z    Compiling time v0.3.47
2026-06-21T11:54:09.6076053Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T11:54:09.6166705Z    Compiling ctr v0.9.2
2026-06-21T11:54:09.6747912Z    Compiling aes v0.8.4
2026-06-21T11:54:09.6880807Z    Compiling http-body-util v0.1.3
2026-06-21T11:54:09.7538317Z    Compiling fs2 v0.4.3
2026-06-21T11:54:09.8320773Z    Compiling aead v0.5.2
2026-06-21T11:54:09.9250617Z    Compiling openssl-probe v0.2.1
2026-06-21T11:54:09.9470389Z    Compiling crossbeam-channel v0.5.15
2026-06-21T11:54:09.9560719Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T11:54:09.9672682Z    Compiling blake3 v1.8.5
2026-06-21T11:54:09.9810708Z    Compiling netlink-packet-route v0.29.0
2026-06-21T11:54:10.0941184Z    Compiling uuid v1.23.2
2026-06-21T11:54:10.2692547Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T11:54:10.3387520Z    Compiling aes-gcm v0.10.3
2026-06-21T11:54:10.4110627Z    Compiling memoffset v0.6.5
2026-06-21T11:54:10.4369940Z    Compiling acto v0.8.2
2026-06-21T11:54:10.4538907Z    Compiling netwatch v0.16.0
2026-06-21T11:54:10.5120843Z    Compiling noq v0.18.0
2026-06-21T11:54:10.6220584Z    Compiling rustix v1.1.4
2026-06-21T11:54:10.6360948Z    Compiling identity-hash v0.1.0
2026-06-21T11:54:10.6650963Z    Compiling tagptr v0.2.0
2026-06-21T11:54:10.6810490Z    Compiling thiserror v1.0.69
2026-06-21T11:54:10.7135546Z    Compiling ref-cast v1.0.25
2026-06-21T11:54:10.7417397Z    Compiling lru-slab v0.1.2
2026-06-21T11:54:10.7770950Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T11:54:10.8039166Z    Compiling foldhash v0.2.0
2026-06-21T11:54:10.8794146Z    Compiling mac-addr v0.3.0
2026-06-21T11:54:10.9026445Z    Compiling rustc-hash v2.1.2
2026-06-21T11:54:10.9418152Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T11:54:10.9719784Z    Compiling xml-rs v0.8.28
2026-06-21T11:54:11.0181380Z    Compiling hashbrown v0.16.1
2026-06-21T11:54:11.0959442Z    Compiling netlink-packet-route v0.30.0
2026-06-21T11:54:11.1580793Z    Compiling termios v0.2.2
2026-06-21T11:54:11.1970978Z    Compiling serial-core v0.4.0
2026-06-21T11:54:11.2050811Z    Compiling ioctl-rs v0.1.6
2026-06-21T11:54:11.3096915Z    Compiling synstructure v0.13.2
2026-06-21T11:54:11.3106542Z    Compiling darling_core v0.20.11
2026-06-21T11:54:11.3700093Z    Compiling serde_derive_internals v0.29.1
2026-06-21T11:54:11.6655868Z    Compiling errno v0.3.14
2026-06-21T11:54:11.8030496Z    Compiling proc-macro-crate v3.5.0
2026-06-21T11:54:11.8272720Z    Compiling xmltree v0.10.3
2026-06-21T11:54:11.8534280Z    Compiling simple-dns v0.9.3
2026-06-21T11:54:12.0188191Z    Compiling aho-corasick v1.1.4
2026-06-21T11:54:12.0241432Z    Compiling linux-raw-sys v0.12.1
2026-06-21T11:54:12.0388748Z    Compiling regex-syntax v0.8.10
2026-06-21T11:54:12.1921195Z    Compiling arrayref v0.3.9
2026-06-21T11:54:12.2590748Z    Compiling smol_str v0.1.24
2026-06-21T11:54:12.3240871Z    Compiling simdutf8 v0.1.5
2026-06-21T11:54:12.3908373Z    Compiling arrayvec v0.7.6
2026-06-21T11:54:12.4603446Z    Compiling toml_write v0.1.2
2026-06-21T11:54:12.5010650Z    Compiling sha1_smol v1.0.1
2026-06-21T11:54:12.5591304Z    Compiling signal-hook v0.3.18
2026-06-21T11:54:12.5930959Z    Compiling constant_time_eq v0.4.2
2026-06-21T11:54:12.5996179Z    Compiling resolv-conf v0.7.6
2026-06-21T11:54:12.6441192Z    Compiling winnow v0.7.15
2026-06-21T11:54:12.7681826Z    Compiling lru v0.16.4
2026-06-21T11:54:12.7951116Z    Compiling signal-hook-registry v1.4.8
2026-06-21T11:54:12.9753464Z    Compiling serial-unix v0.4.0
2026-06-21T11:54:13.0725701Z    Compiling serde_derive v1.0.228
2026-06-21T11:54:13.1127118Z    Compiling zeroize_derive v1.4.3
2026-06-21T11:54:13.1650803Z    Compiling tokio-macros v2.7.0
2026-06-21T11:54:13.1811312Z    Compiling futures-macro v0.3.32
2026-06-21T11:54:13.4391157Z    Compiling zerofrom-derive v0.1.7
2026-06-21T11:54:13.7200800Z    Compiling zeroize v1.8.2
2026-06-21T11:54:13.8793272Z    Compiling yoke-derive v0.8.2
2026-06-21T11:54:13.9540992Z    Compiling tokio v1.52.3
2026-06-21T11:54:14.1240875Z    Compiling futures-util v0.3.32
2026-06-21T11:54:14.3878453Z    Compiling zerovec-derive v0.11.3
2026-06-21T11:54:14.7820991Z    Compiling displaydoc v0.2.6
2026-06-21T11:54:14.8925200Z    Compiling zerofrom v0.1.8
2026-06-21T11:54:15.0101036Z    Compiling tracing-attributes v0.1.31
2026-06-21T11:54:15.0979783Z    Compiling yoke v0.8.3
2026-06-21T11:54:15.2110603Z    Compiling rustls-pki-types v1.14.1
2026-06-21T11:54:15.3112349Z    Compiling thiserror-impl v2.0.18
2026-06-21T11:54:15.3287639Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T11:54:15.7389960Z    Compiling zerotrie v0.2.4
2026-06-21T11:54:15.9000901Z    Compiling zerovec v0.11.6
2026-06-21T11:54:15.9762508Z    Compiling darling_macro v0.20.11
2026-06-21T11:54:16.0330540Z    Compiling derive_more-impl v2.1.1
2026-06-21T11:54:16.1010907Z    Compiling spez v0.1.2
2026-06-21T11:54:16.1951228Z    Compiling n0-error-macros v0.1.3
2026-06-21T11:54:16.3619213Z    Compiling darling v0.20.11
2026-06-21T11:54:16.4350715Z    Compiling derive_builder_core v0.20.2
2026-06-21T11:54:16.5810659Z    Compiling der v0.8.0-rc.10
2026-06-21T11:54:16.6086662Z    Compiling pin-project-internal v1.1.13
2026-06-21T11:54:16.7630285Z    Compiling tinystr v0.8.3
2026-06-21T11:54:17.0916886Z    Compiling icu_locale_core v2.2.0
2026-06-21T11:54:17.1469906Z    Compiling potential_utf v0.1.5
2026-06-21T11:54:17.3240907Z    Compiling icu_collections v2.2.0
2026-06-21T11:54:17.5450555Z    Compiling n0-error v0.1.3
2026-06-21T11:54:17.7422584Z    Compiling derive_builder_macro v0.20.2
2026-06-21T11:54:17.8821441Z    Compiling pin-project v1.1.13
2026-06-21T11:54:17.9352008Z    Compiling futures-executor v0.3.32
2026-06-21T11:54:17.9660624Z    Compiling ed25519-dalek v2.2.0
2026-06-21T11:54:18.0520396Z    Compiling derive_builder v0.20.2
2026-06-21T11:54:18.0604091Z    Compiling cobs v0.3.0
2026-06-21T11:54:18.0917263Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T11:54:18.2791244Z    Compiling ipnet v2.12.0
2026-06-21T11:54:18.3110510Z    Compiling spki v0.8.0-rc.4
2026-06-21T11:54:18.3650806Z    Compiling icu_provider v2.2.0
2026-06-21T11:54:18.4843240Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T11:54:18.5051147Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T11:54:18.6760577Z    Compiling icu_properties v2.2.0
2026-06-21T11:54:18.7535219Z    Compiling icu_normalizer v2.2.0
2026-06-21T11:54:18.9051207Z    Compiling prefix-trie v0.8.4
2026-06-21T11:54:18.9322185Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T11:54:19.0650173Z    Compiling once_cell v1.21.4
2026-06-21T11:54:19.0960695Z    Compiling futures v0.3.32
2026-06-21T11:54:19.3215637Z    Compiling tracing-core v0.1.36
2026-06-21T11:54:19.3466867Z    Compiling postcard-derive v0.2.2
2026-06-21T11:54:19.5443019Z    Compiling hashbrown v0.14.5
2026-06-21T11:54:19.5580855Z    Compiling data-encoding-macro v0.1.20
2026-06-21T11:54:19.6260465Z    Compiling rustls-native-certs v0.8.4
2026-06-21T11:54:19.6721047Z    Compiling async-trait v0.1.89
2026-06-21T11:54:19.8221104Z    Compiling tokio-util v0.7.18
2026-06-21T11:54:19.9436041Z    Compiling tracing v0.1.44
2026-06-21T11:54:20.0321245Z    Compiling netlink-sys v0.8.8
2026-06-21T11:54:20.0957111Z    Compiling idna_adapter v1.2.2
2026-06-21T11:54:20.1710630Z    Compiling postcard v1.1.3
2026-06-21T11:54:20.2379812Z    Compiling idna v1.1.0
2026-06-21T11:54:20.3202543Z    Compiling hashlink v0.9.1
2026-06-21T11:54:20.3502706Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T11:54:20.3831024Z    Compiling tower v0.5.3
2026-06-21T11:54:20.5220602Z    Compiling derive_more v2.1.1
2026-06-21T11:54:20.5802207Z    Compiling num_enum_derive v0.7.6
2026-06-21T11:54:20.6090971Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T11:54:20.6898389Z    Compiling enum-assoc v1.3.0
2026-06-21T11:54:20.7051397Z    Compiling url v2.5.8
2026-06-21T11:54:20.7400487Z    Compiling strum_macros v0.28.0
2026-06-21T11:54:20.7959458Z    Compiling netdev v0.42.0
2026-06-21T11:54:20.8082696Z    Compiling netlink-proto v0.12.0
2026-06-21T11:54:20.8376224Z    Compiling iroh-relay v0.98.0
2026-06-21T11:54:20.9170527Z    Compiling h2 v0.4.14
2026-06-21T11:54:21.0860618Z    Compiling rusqlite v0.32.1
2026-06-21T11:54:21.1053400Z    Compiling n0-watcher v0.6.1
2026-06-21T11:54:21.1196570Z    Compiling tokio-stream v0.1.18
2026-06-21T11:54:21.1721014Z    Compiling moka v0.12.15
2026-06-21T11:54:21.2298458Z    Compiling iroh-metrics v0.38.3
2026-06-21T11:54:21.3770737Z    Compiling toml_datetime v0.6.11
2026-06-21T11:54:21.3897681Z    Compiling serde_spanned v0.6.9
2026-06-21T11:54:21.5180678Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T11:54:21.5311154Z    Compiling iroh-base v0.98.0
2026-06-21T11:54:21.5860405Z    Compiling attohttpc v0.30.1
2026-06-21T11:54:21.6600877Z    Compiling num_enum v0.7.6
2026-06-21T11:54:21.6974537Z    Compiling tower-http v0.6.11
2026-06-21T11:54:21.7587530Z    Compiling ref-cast-impl v1.0.25
2026-06-21T11:54:21.7911356Z    Compiling thiserror-impl v1.0.69
2026-06-21T11:54:21.8000661Z    Compiling toml_edit v0.22.27
2026-06-21T11:54:22.3600926Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T11:54:22.3834106Z    Compiling webpki-roots v1.0.7
2026-06-21T11:54:22.4122911Z    Compiling regex-automata v0.4.14
2026-06-21T11:54:22.4386818Z    Compiling schemars_derive v1.2.1
2026-06-21T11:54:22.4874405Z    Compiling darling_core v0.23.0
2026-06-21T11:54:22.5541287Z    Compiling serde_bytes v0.11.19
2026-06-21T11:54:22.8730619Z    Compiling hmac v0.12.1
2026-06-21T11:54:23.0030919Z    Compiling seize v0.5.1
2026-06-21T11:54:23.0277269Z    Compiling iroh v0.98.2
2026-06-21T11:54:23.0784374Z    Compiling rustix v0.38.44
2026-06-21T11:54:23.3310779Z    Compiling cmov v0.5.4
2026-06-21T11:54:23.3890312Z    Compiling pin-utils v0.1.0
2026-06-21T11:54:23.4312554Z    Compiling bitflags v1.3.2
2026-06-21T11:54:23.4421714Z    Compiling utf8parse v0.2.2
2026-06-21T11:54:23.4478679Z    Compiling dyn-clone v1.0.20
2026-06-21T11:54:23.5026112Z    Compiling anstyle-parse v1.0.0
2026-06-21T11:54:23.5130506Z    Compiling nix v0.25.1
2026-06-21T11:54:23.5290964Z    Compiling filedescriptor v0.8.3
2026-06-21T11:54:23.5960814Z    Compiling ctutils v0.4.2
2026-06-21T11:54:23.6340612Z    Compiling strum v0.28.0
2026-06-21T11:54:23.6462207Z    Compiling papaya v0.2.4
2026-06-21T11:54:23.7065059Z    Compiling hkdf v0.12.4
2026-06-21T11:54:23.7451018Z    Compiling iroh-dns v0.98.0
2026-06-21T11:54:23.7921197Z    Compiling backon v1.6.0
2026-06-21T11:54:23.8530605Z    Compiling serial v0.4.0
2026-06-21T11:54:23.9351027Z    Compiling linux-raw-sys v0.4.15
2026-06-21T11:54:23.9500700Z    Compiling shell-words v1.1.1
2026-06-21T11:54:24.1262742Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T11:54:24.1330267Z    Compiling colorchoice v1.0.5
2026-06-21T11:54:24.1750429Z    Compiling foldhash v0.1.5
2026-06-21T11:54:24.2120626Z    Compiling instability v0.3.12
2026-06-21T11:54:24.2439893Z    Compiling anstyle v1.0.14
2026-06-21T11:54:24.2871810Z    Compiling downcast-rs v1.2.1
2026-06-21T11:54:24.3140468Z    Compiling anstyle-query v1.1.5
2026-06-21T11:54:24.3512567Z    Compiling hashbrown v0.15.5
2026-06-21T11:54:24.3629882Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T11:54:24.4331239Z    Compiling signal-hook-mio v0.2.5
2026-06-21T11:54:24.4492558Z    Compiling spake2 v0.4.0
2026-06-21T11:54:24.5183183Z    Compiling anstream v1.0.0
2026-06-21T11:54:24.5341084Z    Compiling schemars v1.2.1
2026-06-21T11:54:24.5580751Z    Compiling terminal_size v0.4.4
2026-06-21T11:54:24.6975927Z    Compiling toml v0.8.23
2026-06-21T11:54:24.8940947Z    Compiling strum_macros v0.26.4
2026-06-21T11:54:24.9175851Z    Compiling sha1 v0.10.6
2026-06-21T11:54:25.1990774Z    Compiling itertools v0.13.0
2026-06-21T11:54:25.2157524Z    Compiling castaway v0.2.4
2026-06-21T11:54:25.3211728Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T11:54:25.6200643Z    Compiling regex v1.12.3
2026-06-21T11:54:25.6970791Z    Compiling indoc v2.0.7
2026-06-21T11:54:26.0992374Z    Compiling darling_macro v0.23.0
2026-06-21T11:54:26.1821941Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T11:54:26.1890402Z    Compiling clap_lex v1.1.0
2026-06-21T11:54:26.3401830Z    Compiling static_assertions v1.1.0
2026-06-21T11:54:26.4200997Z    Compiling hyper v1.10.1
2026-06-21T11:54:26.4631042Z    Compiling unicode-width v0.1.14
2026-06-21T11:54:26.5000694Z    Compiling darling v0.23.0
2026-06-21T11:54:26.5629455Z    Compiling doctest-file v1.1.1
2026-06-21T11:54:26.9796771Z    Compiling compact_str v0.8.2
2026-06-21T11:54:27.0840685Z    Compiling interprocess v2.4.2
2026-06-21T11:54:27.1190530Z    Compiling clap_builder v4.6.0
2026-06-21T11:54:27.2149839Z    Compiling unicode-truncate v1.1.0
2026-06-21T11:54:27.3221554Z    Compiling crossterm v0.28.1
2026-06-21T11:54:27.3629130Z    Compiling lru v0.12.5
2026-06-21T11:54:27.4042458Z    Compiling strum v0.26.3
2026-06-21T11:54:27.4257018Z    Compiling clap_derive v4.6.1
2026-06-21T11:54:27.5164873Z    Compiling cassowary v0.3.0
2026-06-21T11:54:27.5250666Z    Compiling iana-time-zone v0.1.65
2026-06-21T11:54:27.7929662Z    Compiling portable-pty v0.8.1
2026-06-21T11:54:27.8815739Z    Compiling unicode-width v0.2.0
2026-06-21T11:54:27.9510637Z    Compiling chrono v0.4.45
2026-06-21T11:54:28.0340738Z    Compiling nucleo-matcher v0.3.1
2026-06-21T11:54:28.1851140Z    Compiling qrcode v0.14.1
2026-06-21T11:54:28.3231968Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T11:54:28.3331091Z    Compiling ratatui v0.29.0
2026-06-21T11:54:28.6100961Z    Compiling hyper-util v0.1.20
2026-06-21T11:54:28.9563732Z    Compiling tempfile v3.27.0
2026-06-21T11:54:29.2731066Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T11:54:29.9433369Z    Compiling clap v4.6.1
2026-06-21T11:54:30.6191145Z    Compiling igd-next v0.17.1
2026-06-21T11:54:31.6831113Z    Compiling portmapper v0.16.0
2026-06-21T11:54:36.4143793Z    Compiling rustls-webpki v0.103.13
2026-06-21T11:54:38.7849950Z    Compiling tokio-rustls v0.26.4
2026-06-21T11:54:38.7850854Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T11:54:38.7851206Z    Compiling noq-proto v0.17.0
2026-06-21T11:54:38.9330566Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T11:54:38.9331302Z    Compiling hyper-rustls v0.27.9
2026-06-21T11:54:38.9331922Z    Compiling tokio-websockets v0.13.2
2026-06-21T11:54:39.0588452Z    Compiling reqwest v0.13.4
2026-06-21T11:54:39.9880290Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T11:54:53.6728322Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T11:54:55.0098314Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T11:55:02.0351797Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T11:55:05.6843345Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T11:55:05.7079599Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T11:55:05.7094620Z 
2026-06-21T11:55:05.7094753Z running 1 test
2026-06-21T11:55:11.8964880Z test new_brain_serves_against_old_broker ... ok
2026-06-21T11:55:11.8965187Z 
2026-06-21T11:55:11.8965502Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T11:55:11.8965878Z 
2026-06-21T11:55:11.9220766Z Post job cleanup.
2026-06-21T11:55:11.9879441Z [command]/usr/bin/git version
2026-06-21T11:55:11.9908841Z git version 2.43.0
2026-06-21T11:55:11.9938066Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/62771651-dc0a-4488-b6e8-a499e9906339' before making global git config changes
2026-06-21T11:55:11.9938700Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T11:55:11.9941692Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T11:55:11.9969299Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T11:55:11.9996843Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T11:55:12.0217512Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T11:55:12.0248272Z http.https://github.com/.extraheader
2026-06-21T11:55:12.0255218Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T11:55:12.0279578Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T11:55:12.0466306Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T11:55:12.0490890Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T11:55:12.0797490Z Cleaning up orphan processes
2026-06-21T11:55:12.1359725Z Terminate orphan process: pid (3633111) (spt)
